LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FeretsDiameterCommand Constructor(LeadPoint[])
See Also 
Leadtools.ImageProcessing.Effects Namespace > FeretsDiameterCommand Class > FeretsDiameterCommand Constructor : FeretsDiameterCommand Constructor(LeadPoint[])



points
An array of object contour coordinate points.
Initializes a new Leadtools.ImageProcessing.Effects.FeretsDiameterCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal points() As LeadPoint _
)
Visual Basic (Usage)Copy Code
Dim points() As LeadPoint
 
Dim instance As New FeretsDiameterCommand(points)
C# 
public FeretsDiameterCommand( 
   LeadPoint[] points
)
C++/CLI 
public:
FeretsDiameterCommand( 
   array<LeadPoint>^ points
)

Parameters

points
An array of object contour coordinate points.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also